@keyframes moveIt
            {
                0% {background-position: bottom left ;}
                100% {background-position: top right ;}
            }
@keyframes moveIt2
            {
                0% {background-position: bottom right;}
                100% {background-position: top left;}
            }

.allcolumn {
    font-size: smaller;
    background: #373d6ec7;
    min-height: 550px;
    width: 10%;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    padding: 1%;
    text-align: center;
    /*borders and shit */
        border-image-slice: 6 6 6 6;
        border-image-width: 0px 12px 0px 12px;
        border-image-outset: 4px 4px 4px 4px;
        border-image-repeat: stretch stretch;
        border-image-source: url("https://64.media.tumblr.com/227da49b20d3bc021aa9edc775816538/c93e21fe7e1b7fbf-59/s75x75_c1/4ddac827d132b657e7526a3075090b20ac14e4cb.pnj");
        border-style: solid; 
        image-rendering: pixelated;
    /*end of borders and shit */
    background-image:url(https://64.media.tumblr.com/a3591e8bfe8962135f02809de00fa7be/1f8028faad81d6a1-2a/s75x75_c1/cacd0adc73a8c001dce4ee882e72dc7edd6977cc.pnj);
}

.leftcolumn {
align-items: center;
animation: moveIt 40s linear infinite;
}

.rightcolumn {
    align-items: center;
    animation: moveIt2 40s linear infinite;
}

.box { /*this is the textbox for random crap*/
background-color: #564a75;
/*borders and shit */
border-image-slice: 4 4 4 4;
border-image-width: 5px 5px 5px 5px;
border-image-outset: 4px 4px 4px 4px;
border-image-repeat: stretch stretch;
border-image-source: url("https://sebydooo.space/Assets/borders/basicpgrey.png");
border-style: solid; 
image-rendering: pixelated;
/*end of borders and shit */
padding: 5px;
}
.socialbuttons {
    display: flex;
    
    align-items: center;
    flex-wrap: wrap;
    img {height: 40px; width: 40px;}
}
.webbutton {justify-content: center;img {height: 31px; width: 88px;}}